home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak - Disc 2 / Infomagic - Windows 3-Pak (Disc 2 of 3).iso / FTP-Clients / lftp261.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  1999-09-07  |  2KB  |  71 lines

  1. object frmMain: TfrmMain
  2.   Left = 267
  3.   Top = 222
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 348
  7.   ClientWidth = 536
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poDefault
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblBottom: TLabel
  22.     Left = 28
  23.     Top = 20
  24.     Width = 9
  25.     Height = 43
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -37
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = [fsBold, fsItalic]
  31.     ParentFont = False
  32.     Transparent = True
  33.   end
  34.   object lblTop: TLabel
  35.     Left = 24
  36.     Top = 16
  37.     Width = 9
  38.     Height = 43
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clWhite
  41.     Font.Height = -37
  42.     Font.Name = 'Times New Roman'
  43.     Font.Style = [fsBold, fsItalic]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Grad: TGradient
  48.     Left = 0
  49.     Top = 0
  50.     Width = 536
  51.     Height = 348
  52.     ColorStart = clBlue
  53.     ColorEnd = clBlack
  54.   end
  55.   object SetupControl: TSetupControl
  56.     ProgramName = 'LeapFTP'
  57.     CaptionName = 'LeapFTP 2.61'
  58.     TargetPath = '%\LeapFTP'
  59.     ExeName = 'LeapFTP.exe'
  60.     HelpFile = 'LeapFTP.hlp'
  61.     Uninstaller = 'unleap.exe'
  62.     Custom = False
  63.     ShortcutDesktop = True
  64.     ShortcutSendTo = True
  65.     ShortcutStartMenu = True
  66.     RegisterExt = True
  67.     Left = 8
  68.     Top = 8
  69.   end
  70. end
  71.